{{ info.title }}

Author: {{ info.author }}

{% if info.category %}

Category: {{ info.category }}

{% endif %} {% if info.genre %}

Genre: {{ info.genre }}

{% endif %} {% if info.characters %}

Characters: {{ info.characters }}

{% endif %} {% if info.pairings %}

Pairings: {{ info.pairings }}

{% endif %} {% if info.era %}

Era: {{ info.era }}

{% endif %} {% if info.summary %}

Summary: {{ info.summary }}

{% endif %} {% if info.status %}

Status: {{ info.status }}

{% endif %} {% if info.rating %}

Rating: {{ info.rating }}

{% endif %} {% if info.warnings %}

Warnings: {{ info.warnings }}

{% endif %} {% if info.tags %}

Tags: {{ info.tags }}

{% endif %}

Chapters: {{ chapters|length }}

{% if info.words %}

Words: {{ info.words }}

{% endif %} {% if info.updated_datetime %}

Updated: {{ info.updated_datetime.strftime('%Y-%m-%d') }}

{% endif %} {% if info.published_datetime %}

Published: {{ info.published_datetime.strftime('%Y-%m-%d') }}

{% endif %}

Downloaded: {{ info.downloaded_datetime.strftime('%Y-%m-%d') }}